English Computing Dictionary
◊ POST-ORDER TRAVERSAL
post-order traversal
An {algorithm} for exploring a tree structure
which visits each {node} in the tree after visiting its
children.
The opposite is {pre-order traversal}.
(1997-03-10)